home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The Business Master (4th Edition)
/
The Business Master - 4th Edition.iso
/
files
/
texttors
/
visedit
/
install.bat
< prev
next >
Wrap
DOS Batch File
|
1993-04-05
|
341b
|
22 lines
echo off
IF %0.==a:install. GOTO A0
IF %0.==A:INSTALL. GOTO A0
IF %0.==b:install. GOTO B0
IF %0.==B:INSTALL. GOTO B0
inst
GOTO L0:
:A0
a:
inst
GOTO L0:
:B0
b:
inst
:L0
IF ERRORLEVEL 2 GOTO END:
IF ERRORLEVEL 1 GOTO L1:
ved register.doc vednews.doc readme.doc
GOTO END:
:L1
ved286 register.doc vednews.doc readme.doc
:END